diff -ruN busybox-0.46-orig/busybox.def.h busybox-0.46/busybox.def.h --- busybox-0.46-orig/busybox.def.h Tue Jul 11 18:49:59 2000 +++ busybox-0.46/busybox.def.h Fri Aug 11 18:42:55 2000 @@ -17,7 +17,7 @@ #define BB_CP_MV #define BB_CUT #define BB_DATE -#define BB_DC +//#define BB_DC #define BB_DD #define BB_DEALLOCVT #define BB_DF @@ -28,21 +28,21 @@ #define BB_DUMPKMAP #define BB_ECHO #define BB_FBSET -#define BB_FDFLUSH +//#define BB_FDFLUSH #define BB_FIND #define BB_FREE -#define BB_FREERAMDISK -#define BB_FSCK_MINIX +//#define BB_FREERAMDISK +//#define BB_FSCK_MINIX #define BB_GREP #define BB_GUNZIP #define BB_GZIP -#define BB_HALT +//#define BB_HALT #define BB_HEAD #define BB_HOSTID #define BB_HOSTNAME #define BB_ID #define BB_INIT -#define BB_INSMOD +//#define BB_INSMOD #define BB_KILL #define BB_KILLALL #define BB_LENGTH @@ -58,21 +58,21 @@ #define BB_MD5SUM #define BB_MKDIR #define BB_MKFIFO -#define BB_MKFS_MINIX +//#define BB_MKFS_MINIX #define BB_MKNOD -#define BB_MKSWAP +//#define BB_MKSWAP #define BB_MKTEMP #define BB_NC #define BB_MORE #define BB_MOUNT -#define BB_MT +//#define BB_MT #define BB_NSLOOKUP #define BB_PING -#define BB_POWEROFF +//#define BB_POWEROFF #define BB_PRINTF #define BB_PS #define BB_PWD -#define BB_REBOOT +//#define BB_REBOOT #define BB_RM #define BB_RMDIR #define BB_RMMOD @@ -81,7 +81,7 @@ #define BB_SH #define BB_SLEEP #define BB_SORT -#define BB_SWAPONOFF +//#define BB_SWAPONOFF #define BB_SYNC #define BB_SYSLOGD #define BB_TAIL @@ -170,7 +170,7 @@ #define BB_FEATURE_USE_INITTAB // //Enable init being called as /linuxrc -//#define BB_FEATURE_LINUXRC +#define BB_FEATURE_LINUXRC // //Have init enable core dumping for child processes (for debugging only) //#define BB_FEATURE_INIT_COREDUMPS @@ -278,8 +278,8 @@ #ifdef BB_FEATURE_LINUXRC #ifndef BB_INIT #define BB_INIT -#define BB_LINUXRC #endif +#define BB_LINUXRC #endif // #ifdef BB_GZIP